.primary-linear-gradient {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.primary-linear-gradient-reverse {
  /* 标准语法 */
  background: #23c7ae;
  background: -webkit-linear-gradient(right, #23c7ae, #045bde);
  /* Safari 5.1-6.0 */
  background: -o-linear-gradient(right, #23c7ae, #045bde);
  /* Opera 11.1-12.0 */
  background: -moz-linear-gradient(right, #23c7ae, #045bde);
  /* Firefox 3.6-15 */
  background: linear-gradient(to right, #23c7ae, #045bde);
}
.test {
  content: '';
  width: 130px;
  height: 1px;
  background: #045bde;
  display: inline-block;
  margin: 0 70px 3px 15px;
}
.test1 {
  content: '';
  width: 4px;
  height: 4px;
  background: #c4c4c4;
  display: inline-block;
  margin: 3px 83px;
}
.text-ellipsis-one {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

* {
  box-sizing: border-box;
}
html,
body {
  position: relative;
  height: 100%;
}
body {
  background: #eee;
  font-size: 14px;
  color: #000;
  margin: 0;
  padding: 0;
}
/*样式重置*/
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
}
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
button,
p,
blockquote,
th,
td {
  padding: 0;
  margin: 0;
}
i,
em {
  font-style: normal;
}
html,
body {
  max-width: 1920px;
  min-width: 1260px;
  margin: 0 auto;
  min-height: 100%;
  font-family: '微软雅黑', 'Tahoma';
  color: #333;
  font-size: 14px;
  line-height: 1.5;
}
input[type='text'],
input[type='button'],
textarea,
button {
  outline: none;
  border: 0;
  -webkit-appearance: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
  vertical-align: middle;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-weight: normal;
  font-style: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  font-size: 100%;
}
a {
  color: #454647;
  text-decoration: none;
}
a:hover,
a:focus {
  text-decoration: none;
}
button {
  line-height: 1.3;
  cursor: pointer;
}
textarea {
  resize: none;
}
textarea,
input {
  outline: none;
}
input[type='submit'] {
  border: 0;
}
input[type='checkbox'] {
  margin: 0;
}
label {
  margin-bottom: 0;
  font-weight: 400;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #acaeb0;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #acaeb0;
}
::placeholder {
  color: #acaeb0;
}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #acaeb0;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #acaeb0;
}
a:hover {
  cursor: pointer;
}
/*通用样式*/
.clearfix:before,
.clearfix:after {
  content: ' ';
  display: table;
}
.clearfix:after {
  clear: both;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bg {
  background-color: #f8f8f8;
}
/* start layout */
body {
  background-color: #ffffff;
}
@media screen and (min-width: 1600px) {
  .layout-header,
  .layout-footer,
  .layout-content,
  .layout-copyright {
    min-width: 1600px;
  }
}
@media screen and (max-width: 1600px) {
  .layout-header,
  .layout-footer,
  .layout-content,
  .layout-copyright {
    min-width: 1280px;
  }
}
@media screen and (max-width: 1280px) {
  .layout-header {
    min-width: auto;
  }
}
.layout-footer a:hover,
.layout-copyright a:hover {
  color: #055de1 !important;
}
.layout-header {
  height: 70px;
  background-color: #ffffff;
  z-index: 999;
}
.layout-header .logo {
  height: 40px;
  width: auto;
  float: left;
  margin-top: 15px;
}
.layout-header .nav-list {
  float: right;
}
.layout-header .nav-list .nav-item {
  display: inline-block;
  position: relative;
  margin-left: 70px;
  line-height: 70px;
  font-weight: 400;
  height: 70px;
}
.layout-header .nav-list .nav-item.no-nav-dropdown span:after {
  content: '';
  position: absolute;
  bottom: -2px;
  left: 0px;
  height: 2px;
  width: 100%;
  transform: scale(0);
  background-color: #055de1;
  transition: all 0.3s;
  display: none\9;
}
.layout-header .nav-list .nav-item span {
  display: block;
  position: relative;
  cursor: pointer;
}
.layout-header .nav-list .nav-item:hover {
  color: #055de1 !important;
}
.layout-header .nav-list .nav-item:hover .nav-dropdown {
  display: inline-block;
  transform: translateY(0) scale(1);
}
.layout-header .nav-list .nav-item:hover .nav-dropdown:after {
  content: '';
  position: absolute;
  top: 0px;
  height: 2px;
  width: 100%;
  background-color: #055de1;
}
.layout-header .nav-list .nav-item:hover span:after {
  transform: scale(1);
  display: block\9;
}
.layout-header .nav-list .nav-item.active {
  color: #055de1;
}
.layout-header .nav-list .nav-dropdown {
  position: absolute;
  background-color: #ffffff;
  padding: 15 0px;
  z-index: 10000;
  top: 70px;
  left: -65px;
  width: 180px;
  overflow: hidden;
  border: 1px solid #888 \9\0;
  box-shadow: 0 5px 25px 0px rgba(0, 0, 0, 0.1);
  transition: all 0.36s;
  transform: translateY(-50%) scale(0);
}
.layout-header .nav-list .nav-dropdown .nav-dropdown-wrapper {
  position: relative;
}
.layout-header .nav-list .nav-dropdown .nav-dropdown-wrapper a {
  display: block;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  font-weight: 400;
  height: 44px;
  color: #666666;
  overflow: hidden;
}
.layout-header .nav-list .nav-dropdown .nav-dropdown-wrapper a.active {
  color: #055de1;
}
.layout-header .nav-list .nav-dropdown .nav-dropdown-wrapper a:hover {
  color: #055de1;
}
.layout-copyright {
  line-height: 60px;
  background-color: #000000;
  color: #616161;
  font-size: 12px;
}
.layout-copyright .fl {
  line-height: 60px;
  margin-right: 40px;
}
.layout-copyright .middle {
  position: absolute;
  left: 50%;
  margin-left: -322px;
}
.layout-content {
  overflow: hidden;
  padding-bottom: 100px;
}
.layout-footer {
  background-color: black;
  background-image: url('/public/images/layouts/footer-bg.png');
  height: 280px;
  color: white;
}
.layout-footer .page-container {
  position: relative;
}
.layout-footer .nav-list {
  width: 50%;
}
.layout-footer .nav-list .nav-wapper {
  float: left;
  width: 25%;
}
.layout-footer .nav-list .nav-wapper .nav-title {
  margin-top: 32px;
  font-size: 16px;
  line-height: 16px;
  margin-bottom: 18px;
  font-weight: 400;
  color: #ffffff;
}
.layout-footer .nav-list .nav-wapper .nav-item {
  display: inline-block;
  font-size: 14px;
  line-height: 40px;
  color: #a8a8a8;
  font-weight: 400;
}
.layout-footer .contact {
  position: absolute;
  right: 300px;
  top: 116px;
}
.layout-footer .contact img {
  height: auto;
  width: 70px;
  vertical-align: top;
  margin-top: -25px;
}
.layout-footer .contact .contact-info {
  display: inline-block;
  margin-left: 22px;
}
.layout-footer .contact .contact-info .contact-phone {
  font-size: 34px;
  line-height: 1;
  font-weight: bold;
}
.layout-footer .contact .contact-info .contact-tip {
  vertical-align: bottom;
  font-size: 14px;
  line-height: 1;
  margin-top: 15px;
  letter-spacing: 2px;
}
.layout-footer .qrcode {
  position: absolute;
  top: 80px;
  right: 0;
}
.layout-footer .qrcode img {
  height: 130px;
  width: 130px;
}
.layout-footer .qrcode .qrcode-tip {
  color: #a8a8a8;
  font-size: 14px;
  text-align: center;
  margin-top: 22px;
}
.normal-layout .layout-header {
  border-bottom: 1px solid #E7E7E7;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}
.normal-layout .layout-content {
  padding-top: 70px;
}
.index-layout .layout-header {
  background-color: rgba(0, 0, 0, 0);
  background: none;
  /*ie8*/
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 999;
}
.index-layout .layout-header .nav-item {
  color: white;
}
.h3 {
  font-size: 36px;
  font-weight: 800;
  color: #131419;
  line-height: 40px;
}
@media screen and (min-width: 1600px) {
  .page-container {
    width: 1600px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1600px) {
  .page-container {
    width: 1280px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 1280px) {
  .page-container {
    width: 100%;
    margin: 0 auto;
  }
}
/* end layout */
/* start common navBars */
.common-nav-bar {
  margin: 38px 0 88px 0;
}
.common-nav-bar ul {
  overflow: hidden;
  clear: both;
}
.common-nav-bar ul li {
  float: left;
  position: relative;
}
.common-nav-bar ul li a {
  font-size: 16px;
  font-weight: 400;
  line-height: 40px;
  color: #666666;
  position: relative;
}
.common-nav-bar ul li a:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  transition: width 0.5s;
  background: #045BDE;
  position: absolute;
  top: 10px;
  left: 120%;
}
.common-nav-bar ul li:after {
  content: "";
  width: 4px;
  height: 4px;
  background: #C4C4C4;
  display: inline-block;
  margin: 3px 63px;
  transition: width 0.5s;
}
.common-nav-bar ul li.last-li:after {
  content: "";
  background: #fff;
  display: inline-block;
}
.common-nav-bar ul li.active a {
  color: #045BDE;
}
.common-nav-bar ul li.active:after {
  content: "";
  width: 100px;
  height: 1px;
  background: #045BDE;
  display: inline-block;
  margin: 0 15px 5px 15px;
  transition: width 2s;
  -moz-transition: width 0.5s;
  /* Firefox 4 */
  -webkit-transition: width 0.5s;
  /* Safari 和 Chrome */
  -o-transition: width 0.5s;
  /* Opera */
}
.common-nav-bar ul li:hover a {
  color: #045BDE;
}
.common-nav-bar ul li:hover a:before {
  width: 100px;
}
.common-nav-bar ul li:hover:after {
  visibility: hidden;
}
.common-nav-bar ul li.active:hover a:before {
  width: 0;
}
.common-nav-bar ul li.active:hover:after {
  visibility: visible;
}
/* end common navBars */
/* start common 翻页插件 */
.common-pagination {
  margin-top: 60px;
  text-align: right;
  color: #999999;
  cursor: pointer;
}
.common-pagination > div {
  display: inline-block;
}
.common-pagination .pre {
  position: relative;
  font-size: 14px;
  line-height: 1;
}
.common-pagination .pre:hover {
  color: #055de1;
}
.common-pagination .pre:hover a {
  color: #055de1;
}
.common-pagination .pre:hover:after {
  width: 40px;
}
.common-pagination .pre:hover:before {
  display: block;
  left: -60px;
  opacity: 1;
}
.common-pagination .pre:after {
  transition: all 0.3s;
  content: '';
  height: 1px;
  width: 0px;
  background-color: #055de1;
  position: absolute;
  right: 50px;
  top: 6px;
}
.common-pagination .pre:before {
  transition: width 0.3s, left 0.3s, right 0.3s;
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  border-width: 4px 6px 4px 6px;
  border-style: solid;
  border-color: transparent #055de1 transparent transparent;
  position: absolute;
  top: 3px;
  left: -20px;
}
.common-pagination .next {
  font-size: 14px;
  line-height: 1;
  margin: 0 60px 0 53px;
  position: relative;
}
.common-pagination .next:hover {
  color: #055de1;
}
.common-pagination .next:hover a {
  color: #055de1;
}
.common-pagination .next:hover:after {
  left: 90px;
  opacity: 1;
}
.common-pagination .next:hover:before {
  width: 40px;
}
.common-pagination .next:before {
  transition: width 0.3s, left 0.3s, right 0.3s;
  content: '';
  height: 1px;
  width: 0px;
  background-color: #055de1;
  position: absolute;
  left: 50px;
  top: 6px;
}
.common-pagination .next:after {
  transition: width 0.3s, left 0.3s, right 0.3s;
  content: "";
  width: 0;
  height: 0;
  opacity: 0;
  border-width: 4px 6px 4px 6px;
  border-style: solid;
  border-color: transparent transparent transparent #055de1;
  position: absolute;
  top: 2px;
  left: 40px;
}
/* end 翻页插件 */
/* 公共样式 */
.common-image-scale {
  transition: all 0.6s ease-in-out;
}
.common-image-scale:hover {
  transform: scale(1.2);
}
.layui-layer-shade {
  opacity: 0.7 !important;
}
